home *** CD-ROM | disk | FTP | other *** search
- /* $Id: cchooser.r 1.3 1997/04/23 23:39:46 JOEL-PC Exp $ */
-
- #ifndef __CCHOOSERR__
- #define __CCHOOSERR__
-
- #ifndef __TYPES.R__
- #include "Types.r"
- #endif
-
- #include "CCDefs.h"
-
- include "CCViews.rsc" 'View';
- include "CCViews.rsc" 'STR#';
- include "CCViews.rsc" 'TxSt';
- include "CCViews.rsc" 'icl8';
-
- resource 'TBAR' (2661, "Add/Remove Buttons", purgeable) {
- "",
- {
- 2600, noKey, kaAddComponent, "Add Component";
- 2601, noKey, kaRemoveComponents, "Remove Selected Components";
- tSeparator, nokey, noAction, "";
- }
-
- };
-
- resource 'STR#' (2660, "CChooser None", purgeable) {
- {
- "None",
- };
- };
-
- resource 'CMNU' (mMultipleComponentContext, "", purgeable) {
- mMultipleComponentContext, textMenuProc, 0, enabled,
- "",
- {
- "Add Component", noIcon, noKey, noMark, plain, kaAddComponent;
- "Remove Selected Components", noIcon, noKey, noMark, plain, kaRemoveComponents;
- "-", noIcon, noKey, noMark, plain, 0;
- "Collapse all", noIcon, noKey, noMark, plain, kaCollapseAllComponents;
- "Expand all", noIcon, noKey, noMark, plain, kaExpandAllComponents;
- }
- };
-
- #endif
-